Skip to content

Remove type descriptions for repositories and installed apps pages#17099

Merged
momesgin merged 8 commits into
rancher:masterfrom
momesgin:17070-remove-repo-banner
Apr 12, 2026
Merged

Remove type descriptions for repositories and installed apps pages#17099
momesgin merged 8 commits into
rancher:masterfrom
momesgin:17070-remove-repo-banner

Conversation

@momesgin
Copy link
Copy Markdown
Member

@momesgin momesgin commented Apr 1, 2026

Summary

Fixes #17070
Fixes #17072

Occurred changes and/or fixed issues

  • Removed the type descriptions for repositories by deleting the translation keys under typeDescription for repositories: catalog.cattle.io.clusterrepo and catalog.cattle.io.clusterrepo.local.
  • Removed the type descriptions on the Installed Apps page by removing catalog.cattle.io.app.

Technical notes summary

Areas or cases that should be tested

Make sure the option "Hide Type Description banners above resource lists" is NOT enabled in preferences before testing this.

Areas which could experience regressions

Screenshot/Video

image image

Checklist

  • The PR is linked to an issue and the linked issue has a Milestone, or no issue is needed
  • The PR has a Milestone
  • The PR template has been filled out
  • The PR has been self reviewed
  • The PR has a reviewer assigned
  • The PR has automated tests or clear instructions for manual tests and the linked issue has appropriate QA labels, or tests are not needed
  • The PR has reviewed with UX and tested in light and dark mode, or there are no UX changes
  • The PR has been reviewed in terms of Accessibility
  • The PR has considered, and if applicable tested with, the three Global Roles Admin, Standard User and User Base

@momesgin momesgin added this to the v2.15.0 milestone Apr 1, 2026
@momesgin momesgin self-assigned this Apr 1, 2026
@momesgin momesgin requested a review from eva-vashkevich April 2, 2026 17:56
@momesgin momesgin changed the title Remove type descriptions for repositories Remove type descriptions for repositories and installed apps pages Apr 2, 2026
Deselect the checkbox and verify description banner displays
*/
const banners = new BannersPo('header > .banner');
const featureFlagsPage = new FeatureFlagsPagePo('_');
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after removing the banner on the repo list page I had to find a replacement page for it so we can continue testing the banners visiblity.

Copy link
Copy Markdown
Member

@eva-vashkevich eva-vashkevich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@momesgin momesgin merged commit 998dc04 into rancher:master Apr 12, 2026
65 of 66 checks passed
@momesgin momesgin deleted the 17070-remove-repo-banner branch April 12, 2026 03:07
Copilot AI pushed a commit that referenced this pull request Apr 21, 2026
…17099)

* remove type descriptions for repositories

* remove leftover translation keys in chinese

* update test

* fix test

* remove type description banner on installed apps page

* remove chinese translation

---------

Co-authored-by: Mo Mesgin <mmesgin@Mos-M2-MacBook-Pro.local>
Co-authored-by: nwmac <1955897+nwmac@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove banner on Installed Apps page Remove banner on Repo page

2 participants